@charset "UTF-8";
/*トップページ*/

#magazine  {
  background: url(../images/magazine/mgn_bg.png) center top no-repeat;
}

#magazine .wrapper {
  width: 800px;
  margin: 0 auto;
  background-color: rgba(255,255,255, 0.7); 
    overflow: hidden;
    padding-bottom: 30px;
}

#area {
  height: 1000px;
}
#area1 {
  position: relative;
  width: 600px;
  float: left;
}
#area #book {
  position: absolute;
  left: 20px;
  top : 0px;
}
#area #book img {
  width: 150px;
}
#area #comment {
  position: absolute;
  left: 200px;
  top : 0px;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  line-height:20px;
  background-color: #158749;
}
#getpdf{
    width: 200px;
	float:right;
	margin-top: 100px;
}
#getpdf span {
    display: block;
    width: 180px;
    float: right;
    margin-right: 30px;
    margin-top: 7px;
    font-size: 12px;
    line-height: 12px;
}
#area #img {
    position: absolute;
    left: 310px;
}

#event {
	padding: 30px 25px;
}
#event div.title {
	background : url('../images/h2_bg.png');
	background-repeat: no-repeat;
	height: 25px;
	width: 100%;
    margin: 10px 0px;
    font-size: 18px;
    font-weight: bold;
    padding-left: 25px;
}
#side {
	width: 180px;
	float: left;
}
#side ul {
    border: solid 3px #dcdcdc;
    width: 174px;
    margin: 0 auto;
    background-color: #eeeeee;
}
#side ul li {
	height: 35px;
	border-top: solid 3px #dcdcdc;;
	background : url('../images/magazine/side_item_bg.png');
	background-repeat: no-repeat;
}
#side ul li.title {
	border-top : none;
	background : url('../images/magazine/side_title_bg.png');
    padding: 5px 0 0 20px;
	height: 30px;
}
#side ul li a{
	display: block;
	width: 150px;
	padding: 5px 0px 5px 25px;
	text-decoration: none;
	color: #000;
}
#side ul li a:hover{
	opacity: 0.5;
	text-decoration: none;
}
#info {
	width: 520px;
	float: right;
}
#info div.subtitle {
    height: 23px;
    width: 550px;
    padding: 2px 0px 5px 20px;
    color: white;
    font-weight: normal;
    margin: 0 0 10px;
}
#info div.subtitle1 {
	background : url('../images/magazine/title1.png');
	background-repeat: no-repeat;
}
#info div.subtitle2 {
	background : url('../images/magazine/title2.png');
	background-repeat: no-repeat;
}
#info div.subtitle3 {
	background : url('../images/magazine/title3.png');
	background-repeat: no-repeat;
}
#info pre{
	line-height: 15px;
}

@media screen and ( max-width:780px ){

	#magazine  {
		width: 100vw;
	    background-size: contain;
	}
	#magazine .wrapper {
		width: 100%;
	}
	#area {
		position: unset;
		height: auto;
	}
	#intro img {
		width: 100%;
	}
	#area1 {
	    position: relative;
        width: 100%;
	    height: auto;
	    overflow: hidden;
	}
	#area #book {
		position: unset;
		float: left;
	}
	#area #book img {
	  width: 25vw;
	}
	#area #comment {
	  width: 30vw;
	  left: 30vw;
	  font-size:80%;
	}
	#area #img {
	  width: 35vw;
	  left: 60vw;
	  bottom: 0;
	}
	#area #img img{
	  width: 100%;
	}

	#getpdf{
	    width: 100vw;
	    float: left;
    	margin-top: 0px;
	}
	#getpdf img{
		width: 25vw;
	    margin-right: 20px;
	}
	#getpdf span {
		width: 64vw;
		margin-right: 5vw;
	}
	#event {
		padding: 30px 0px;
	}
	#info {
		width: 100vw;
		float: unset;
		overflow-x: scroll;
	}
}
